home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Snippets / map / trigtab.h < prev    next >
Encoding:
Text File  |  1994-05-09  |  305 b   |  12 lines  |  [TEXT/KAHL]

  1. void plot(double ref_lat, double ref_lng, double plotsize);
  2. void setcolor(int color);
  3. void line(int x1,int y1,int x2,int y2);
  4. Boolean CreateOffscreenBitMap(GrafPtr *, Rect *);
  5. void DestroyOffscreenBitMap(GrafPtr);
  6.  
  7. typedef struct
  8.     {
  9.     int color;
  10.     float cosnewlng,sinnewlng,cosnewlat,sinnewlat;
  11.     } trigtab;
  12.